type runtime.lfstack

8 uses

	runtime (current package)
		lfstack.go#L23: type lfstack uint64
		lfstack.go#L25: func (head *lfstack) push(node *lfnode) {
		lfstack.go#L41: func (head *lfstack) pop() unsafe.Pointer {
		lfstack.go#L55: func (head *lfstack) empty() bool {
		mgc.go#L282: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L283: 	empty lfstack          // lock-free list of empty blocks workbuf
		mspanset.go#L277: 	stack lfstack
		runtime2.go#L1112: 	gcBgMarkWorkerPool lfstack